| Samraksh.eMote.NonVolatileMemory Namespace > DataReference Class : Read Method |
| Overload | Description |
|---|---|
| Read(Byte[],Int32,Int32) | Read a byte array from DataStore, specifying the amount to read and the offset from start of allocation. |
| Read(UInt16[],Int32,Int32) | Read a ushort (UInt16) array from DataStore, specifying the amount to read and the offset from start of allocation. |
| Read(UInt32[],Int32,Int32) | Read a uint (UInt16) array from DataStore, specifying the amount to read and the offset from start of allocation. |
| Read(Byte[],Int32) | Read a byte array from DataStore, specifying the amount to read. |
| Read(UInt16[],Int32) | Read a ushort (UInt16) array from DataStore, specifying the amount to read. |
| Read(UInt32[],Int32) | Read a uint (UInt16) from DataStore, specifying the amount to read. |
| Read(Byte[]) | Read a byte array from DataStore. |
| Read(UInt16[]) | Read a ushort (UInt16) array from DataStore. |
| Read(UInt32[]) | Read a uint (UInt16) from DataStore, specifying the amount to read and the offset from start of allocation. |
Target Platforms: eMote .NOW